@charset "utf-8";
/* CSS Document */
html,body{
	position: relative;
}
a{cursor:pointer;}
.ovh{
	overflow: hidden;
}
.nav{
	z-index: 9999;
}
.nav ul{width: 1200px;margin: 0 auto;}
.nav li{
	float: left;
	display: inline;
	position: relative;
	z-index:8;
	
}
.nav li>a{
	display: block;
	float:left;font-size:16px; color:#3a3a3a; text-align:center;
	font-family: "微软雅黑"; 
	
}
/*.nav li>a:hover,.nav li>a.on,.nav li>a.hover{
	color: #ffffff;
	background-position: right -17px;
	 background:#0064c1;
	 
}*/
	 
	 
.nav li .sign{
	width: 19px;
	height: 9px;
	position: absolute;
	left: 50%;
	bottom: -7px;
	z-index: 8888;
	margin-left: -10px;
	display: none;
	
}
.subnav{
	width:620px;
	padding-top: 23px;
	position: absolute;
	top: 110px;
	z-index: 55555;
	background:#fcfcfc;
	display: none;
	z-index: 999;
}
.subnav a{
	display: block;
}


.investor-subnav{
	width: 620px;
	padding-top: 23px;
	background:rgba(255,255,255,0.8);
}
.investor-subnav .list{
	width: 300px;
	padding: 10px 0 0 20px;
	border-right: 1px solid #e9e9e9;
	float: left;
	margin-bottom: 10px;
}

.investor-subnav .list ul{width: 300px;}
.investor-subnav .list a{
	text-align: center;
 color:#333;
	font-size: 18px;
	line-height: 26px;
	display: block;
	background: none;
	font-weight:normal; font-family:"Microsoft Yahei";
	    padding: 10px 7px;
	    margin: 10px 0;
	float: left;
	width: 42%;
}

.investor-subnav .list a:hover{background: #0359a8;color: #fff;
}



.investor-subnav2{width: 400px;}

.investor-subnav .list2 li a{
 color:#6e6e6e;width: 150px;
	
	font-size: 14px;
	line-height: 26px;
	display: block;
	background: none;
	border: none;
	font-weight:normal; font-family:"Microsoft Yahei";
}

.investor-subnav .list2 li a:hover{color: #0359a8;font-size: 15px;}


.investor-subnav .about-nav-img{
	width: 240px;
	height: 150px;
	float: left;
	margin: 17px 0 0 30px;
	display: inline;
}
.investor-subnav .about-nav-img a{
font-size:12px;
list-type:none;
background:none;
font-family: "微软雅黑"; 
font-weight: normal;
line-height:20px;
color:#7e7e7e;
width:240px; text-align:left;
}
.investor-subnav .about-nav-img a:hover{color: #3e3e3e}

